home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 26 / develop issue 26 code / qt conferencing code / watcher & 'caster / shared.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-26  |  497 b   |  21 lines

  1. #include "QuickTimeConferencing.h"
  2.  
  3. #define     kAppleTalkUserNameID    -16096
  4.  
  5. #define        kSplashDialogID        (1128)
  6. #define        kErrorAlertID        (1130)
  7. #define        kAboutBoxID            (1129)
  8.  
  9. #define        kErrorStringType    'erst'
  10. #define        kGenericError        1128
  11.  
  12. #define        kOKItem                (1)
  13.  
  14. #define        kTimeToQuit            (127)
  15.  
  16. void            DoAboutBox( void );
  17. void             GetUserName( Str63 userName );
  18. DialogPtr         OpenSplashScreen( void );
  19. Boolean            DisplayErrorAlert( ComponentResult result );
  20. void            PToCString( Str63 name, MTCString63 cName);
  21.